public POProductionController(PlanowanieContext context)
 {
     _context = context;
 }
 public planningProductionController(PlanowanieContext context)
 {
     _context = context;
 }