public async Task <IActionResult> GetAdmin() { var user = await _repo.GetAdmin(); return(Ok(user)); }