public async void RemoveUser(string ID)
 {
     mServer.NotificationRemoveUser(ID);
 }