*/
public CjtRestrictionsController(ConfigurationController newConfigController, MainFrame newMainFrame, CjtRestrictions newCjtRestrictions, CjtElements newCjtObjects, CjtRoomType newCjtRoomTypes, CjtElementsController cjtObjectsController, CjtRoomTypeController cjtRoomTypeController){
this.cjtRestrictions = newCjtRestrictions;
this.cjtObjects = newCjtObjects;
this.cjtRoomTypes = newCjtRoomTypes;
this.viewCjtRestrictions = new CjtRestrictionsPanel(this, cjtObjectsController, cjtRoomTypeController);
this.mainFrame = newMainFrame;
configController = newConfigController;
}