public bool Delete(CsInterventionPlannifiee pInterventionPlannifiee)
 {
     try
     {
         return(Entities.DeleteEntity <Galatee.Entity.Model.INTERVENTIONPLANNIFIEE>(Entities.ConvertObject <Galatee.Entity.Model.INTERVENTIONPLANNIFIEE, CsInterventionPlannifiee>(pInterventionPlannifiee)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public bool Insert(CsInterventionPlannifiee entity)
 {
     try
     {
         return(Entities.InsertEntity <Galatee.Entity.Model.INTERVENTIONPLANNIFIEE>(Entities.ConvertObject <Galatee.Entity.Model.INTERVENTIONPLANNIFIEE, CsInterventionPlannifiee>(entity)));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }