public List <string> GetAllCategories()
        {
            ServiceProduct service = new ServiceProduct();

            return(service.GetAllCategories());
        }