public void Insert(MaterialSoportePlantarModel model)
 {
     Insert(model.ModelToEntity());
 }
 public void Update(MaterialSoportePlantarModel model)
 {
     Update(model.ModelToEntity());
 }
 public void Delete(MaterialSoportePlantarModel model)
 {
     Delete(model.ModelToEntity());
 }