public static List <Category> GetAllCate()
 {
     return(CategoryBUS.GetAllCate());
 }