public List <Category> GetAllCategorys(string CategoryName)
 {
     return(aCategoryGateway.GetAllCategorys(CategoryName));
 }