public IEnumerable <Part> Get()
        {
            var partList = _partsService.GetAll();

            return(partList);
        }