public Category GetCategoryInfo(int categoryId)
 {
     return(aCategoryGateway.GetCategoryInfo(categoryId));
 }