public ConstructionController(BtsConstructionService service)
 {
     _service = service;
 }
 public ENodebBaseController(BtsConstructionService service)
 {
     _service = service;
 }