public RoomController(IControllerSensorService cont2, IRoom test, IControllerTest testC)
 {
     this.test  = test;
     this.cont2 = cont2;
     this.testC = testC;
 }
 public TestController(IControllerTest testC)
 {
     this.testC = testC;
 }