People m = new MaleHandler(); People f = new FemaleHandler(); List> handlers = new List>(); handlers.Add(m) handlers.Add(f) Console.Read();