public async Task <IActionResult> Index() { var mails = await _smsRepository.GetLastFiftyTodaySmsAsync(); return(View(mails.ToList())); }