public async Task <IActionResult> DeleteConsultant(Guid Id) { await _consultantRepository.DeleteConsultant(Id); return(RedirectToAction("Index")); }