public HeatingTypesController(IHeatingTypeService heatingTypeService)
 {
     this.heatingTypeService = heatingTypeService;
 }