public ActionResult <IEnumerable <Room> > GetAll() { List <Room> rooms = controlService.GetAllRooms(); return(rooms); }