public void Remove(IComputerComponent c)
 {
     throw new NotImplementedException();
 }
 public void Add(IComputerComponent c)
 {
     myComponentsList.Add(c);
 }