public async Task <IActionResult> GetCall() { IEnumerable <Calls> model = await _callRepository.GetAllCall(); return(Ok(model)); }