public int InsertEDM(EDM edm)
 {
     return(BusinessObjectManager.InsertEDM(edm));
 }