public bool DeleteUser(string username, bool deleteAllRelatedData)
 {
     return(provider.DeleteUser(username, deleteAllRelatedData));
 }