public async Task <IEnumerable <SSD> > DeleteSSD(int id)
 {
     return(await _componentService.RemoveSSD(new RemoveSSDRequest(id)));
 }