//Insert, Update, Delete

        public void InsertDead(string malop, int madead, string tendead, DateTime hanThemdead)
        {
            DAOGiaoVien a = new DAOGiaoVien();

            a.InsertDead(malop, madead, tendead, hanThemdead);
        }