public ZoneRepository(IrrigationContext context)
 {
     this.context = context;
 }
 public ScheduleRepository(IrrigationContext context)
 {
     this.context = context;
 }