public EmployeeRepository(TestCrudContext context)
 {
     _context = context;
 }
 public DepartmentRepository(TestCrudContext context)
 {
     _context = context;
 }