public HocSinh FindOneHocSinh(string maHS, string passHS) { try { return(hocSinh.FindOneHocSinh(maHS, passHS)); } catch (Exception Ex) { throw Ex; } }