public ActionResult <List <short> > GetHalls() { var data = _sqlService.GetHallsForAddShow(); return(data); }