@Bean
public ProductReportAdminModel productReportAdminModel(){ return new ProductReportAdminModelImpl(); }
@Bean
public CustomerReportAdminModel customerReportAdminModel(){ return new CustomerReportAdminModelImpl(); }
@Bean
public AffiliateReportAdminModel affiliateReportAdminModel(){ return new AffiliateReportAdminModelImpl(); }