public ContatoInfo Get(Int32 pCdContato) { ContatoDAL dal = new ContatoDAL(this.DbHnd); return(dal.Get(pCdContato)); }