public UnitsController(COMP4945_Project_Sprint2Context context)
 {
     _context = context;
 }
 public HistoriesController(COMP4945_Project_Sprint2Context context)
 {
     _context = context;
 }
 public ServicesController(COMP4945_Project_Sprint2Context context)
 {
     _context = context;
 }