public class ApplicationDesktopModule extends AbstractPresenterModule {
@Override
protected void configure() {
install(new UnauthorizedModule());
install(new LoginModule());
install(new ManufacturerModule());
install(new CarsDesktopModule());
install(new RatingModule());
install(new WidgetModule());
install(new MessagesModule());
install(new ReportModule());