public bool CanRenovate(int id, DateTime renovationDateTime)
 {
     return(_roomService.CanRenovate(id, renovationDateTime));
 }