public List <string> GetAllCategoryNames()
    {
        List <string> allCats = EFBroker_Category.GetAllCategoryNames();

        return(allCats);
    }
    public List <string> GetAllCategoryNames()
    {
        List <string> categories = EFBroker_Category.GetAllCategoryNames();

        return(categories);
    }