//
 public int GetLastID()
 {
     if (this.DATA == null)
     {
         this.DATA = new LoaiCongTrinh_Data();
     }
     return(Convert.ToInt32(this.DATA.GetLastID()));
 }