public void Deletar(Int32 pCdContato) { ContatoDAL dal = new ContatoDAL(this.DbHnd); dal.Deletar(pCdContato); }