//List All Categories

        public List <Category> GetAllCategories()
        {
            return(_carService.GetAllByCategory());
        }