public LoadController(CjtElements newElementos, CjtRestrictions newCjtRestrictions, CjtRoomType newCjtRoomType, CjtMap newCjtMap){
this.cjtRoomType = newCjtRoomType;
this.cjtElement = newElementos;
this.cjtRestrictions = newCjtRestrictions;
this.cjtMap = newCjtMap;
this.loadModule = new LoadModule(this.cjtElement, this.cjtRestrictions, this.cjtRoomType, this.cjtMap);
}