public DataTable getCmpEmpCount()
 {
     objcmp = new COMPANYTableAdapter();
     return(objcmp.GetCmpEmpCount());
 }