public static ICategoryService GetCategoryService() { return(new CategoryService(DataAccessFactory.GetCategoryDataAccess())); }