@Bean
public SaleReportAdminModel saleReportAdminModel(){ return new SaleReportAdminModelImpl(); }
@Bean
public ProductReportAdminModel productReportAdminModel(){ return new ProductReportAdminModelImpl(); }
@Bean
public CustomerReportAdminModel customerReportAdminModel(){ return new CustomerReportAdminModelImpl(); }