public bool GetProductForDeleteCategory(int categoryId) { return(categoryDataAccess.GetProductByCategoryId(categoryId)); }