public static TedarikciSektor ToEntity(this TedarikciSektorModel model, TedarikciSektor destination)
 {
     return(model.MapTo(destination));
 }
 public static TedarikciSektor ToEntity(this TedarikciSektorModel model)
 {
     return(model.MapTo <TedarikciSektorModel, TedarikciSektor>());
 }