public async Task <IdentityResult> DeleteUserAsync(MyUser user)
 {
     return(await uM.DeleteAsync(user));
 }