private bool RegisterUser(string username, string password)
 {
     return(csu.Register(username, password));
 }