public async Task <IActionResult> GetAll() { var halls = await _hallService.GetAllAsync(); return(Ok(halls)); }