public void PassColor(IColor c)
 {
     c.CatchColor(c);
 }