public CustomerRepoDB(Entities.DBSteveIP0Context context, Mapper mapper)
 {
     this.context = context;
     this._mapper = mapper;
 }
 public OrderRepositoryDB(Entities.DBSteveIP0Context context, Mapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
 public LocationRepositoryDB(Entities.DBSteveIP0Context context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }