public UQPDsSectionController(LegalWorkersContext context)
 {
     _context = context;
 }
 public PostsController(LegalWorkersContext context)
 {
     _context = context;
 }
 public EmployeesFunctionController(LegalWorkersContext context)
 {
     _context = context;
 }
 public WorkerFunctionsController(LegalWorkersContext context)
 {
     _context = context;
 }