private bool Insert(CsParametreCoupureSGC pParametreCoupureSGCCollection)
 {
     try
     {
         return(Entities.InsertEntity <Galatee.Entity.Model.PARAMETRECOUPURESGC>(Entities.ConvertObject <Galatee.Entity.Model.PARAMETRECOUPURESGC, CsParametreCoupureSGC>(pParametreCoupureSGCCollection)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public bool Delete(CsParametreCoupureSGC pParametreCoupureSGC)
 {
     try
     {
         return(Entities.DeleteEntity <Galatee.Entity.Model.PARAMETRECOUPURESGC>(Entities.ConvertObject <Galatee.Entity.Model.PARAMETRECOUPURESGC, CsParametreCoupureSGC>(pParametreCoupureSGC)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }