public DataTable UpdatePassword(int IDNS_GiaoVien, string Password) { return oDNS_GiaoVien.UpdatePassword(IDNS_GiaoVien, Password); }