public static bool ChangePassword(string Username, string Password)
 {
     return(NguoiDungDAO.ChangePassword(Username, Password));
 }