public Computer GetComputerDetail(int Id)
 {
     return(_computerRepository.GetByID(Id));
 }