public DepartmentRepository(ProductRepository productRepo, UserRepository userRepostiory)
 {
 }
 protected GivenAProductRepository()
 {
     ProductRepository = new ProductRepository();
 }