public async Task <IActionResult> Details(Guid?id) { return(PartialView("Details", await _companies.GetSingleAsync(x => x.Id == id))); }