public async Task <IActionResult> Create() { var model = await _repairRepository.GetDetailTempsAsync(this.User.Identity.Name); return(View(model)); }