public override void Add() { base.Add(); Codigo = int.Parse(ReadLine()); var moto = new Moto(); moto.AddMoto(); moto.ExibirDados(); ExibirDados(); }