commandTable.put(HWServlet.CommandInsertSpecialComplaint, new InsertSpecialComplaint(facade));
commandTable.put(HWServlet.CommandLogin, new Login(facade));
commandTable.put(HWServlet.CommandLoginMenu, new LoginMenu(facade));
commandTable.put(HWServlet.CommandSearchComplaintData, new SearchComplaintData(facade));
commandTable.put(HWServlet.CommandSearchDiseaseData, new SearchDiseaseData(facade));
commandTable.put(HWServlet.CommandSearchHealthUnitsBySpecialty, new SearchHealthUnitsBySpecialty(facade));
commandTable.put(HWServlet.CommandSearchSpecialtiesByHealthUnit, new SearchSpecialtiesByHealthUnit(facade));
commandTable.put(HWServlet.CommandUpdateComplaintData, new UpdateComplaintData(facade));
commandTable.put(HWServlet.CommandUpdateComplaintList, new UpdateComplaintList(facade));
commandTable.put(HWServlet.CommandUpdateComplaintSearch, new UpdateComplaintSearch(facade));
commandTable.put(HWServlet.CommandUpdateEmployeeData, new UpdateEmployeeData(facade));