public async Task <IActionResult> Index(int type) { ViewBag.MailType = await _mailRepository.Getall(); return(View()); }