public async Task <RAM> GetRAMById(int id)
 {
     return(await _componentService.GetRAM(id));
 }