public bool manages(AbstractEffect c)
 {
     return(c.GetType() == effect.GetType());
 }