public DepartmentService(Sales_Web_MVCContext context)
 {
     _context = context;
 }
 public SellerService(Sales_Web_MVCContext context)
 {
     _context = context;
 }