public bool AddCategories(List <Category> categories) { return(categoryDAL.AddCategories(categories)); }