public async Task <CPU> GetCPUById(int id)
 {
     return(await _componentService.GetCPU(id));
 }