public SellerService(WebStoreApplicationContext context)
 {
     _context = context;
 }
 public DepartmentService(WebStoreApplicationContext context)
 {
     _context = context;
 }
 public DepartmentsController(WebStoreApplicationContext context)
 {
     _context = context;
 }