public IActionResult Edit(Guid uid) { ViewBagMethod(); var data = _personsService.GetByUID(uid); return(View(data)); }