public async Task <string> EditUser(UserInfo userInfo)
 {
     return(await _userManagementRepository.EditUser(userInfo));
 }