public void InsertNhanVien(string username, string password, string tennv, int loai)
 {
     nv.InsertNhanVien(username, password, tennv, loai);
 }