public void Cadastrar(Pecas pecas) { using (AutoPecasContext ctx = new AutoPecasContext()) { ctx.Add(pecas); ctx.SaveChanges(); } }