public void Persistir()
 {
     try
     {
         bd.SaveChanges();
     }
     finally
     {
         bd.Database.Connection.Close();
     }
 }