public async Task <ActionResult> Count() { var count = await _bookingRepository.Count(); return(Ok(count)); }