public NguoiDungDTO LayThongTinNguoiDung(string username)
 {
     return(ndDAO.LayThongTinNguoiDung(username));
 }