public List <Category> GetAllCategories()
 {
     return(aCategoryGateway.GetallCategories());
 }