public override JsonResult Get()
 {
     return(Json(_floorService.GetAll()));
 }