public IList <SubCategory> GetByCategoryId(int?categoryId) { return(_repository.GetByCategoryId(categoryId)); }