commandTable.put(HWServlet.CommandGetDataForSearchByHealthUnit, new GetDataForSearchByHealthUnit(facade));
commandTable.put(HWServlet.CommandGetDataForSearchBySpeciality, new GetDataForSearchBySpeciality(facade));
commandTable.put(HWServlet.CommandInsertAnimalComplaint, new InsertAnimalComplaint(facade));
commandTable.put(HWServlet.CommandInsertEmployee, new InsertEmployee(facade));
commandTable.put(HWServlet.CommandInsertFoodComplaint, new InsertFoodComplaint(facade));
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));