public StoreHanlder()
 {
     storeService = new StoreService();
     activityService = new ActivitysService();
     freightService = new FreightService();
 }
 public FreightHanlder()
 {
     freightService = new FreightService();
 }