internal bool CrearContacto(Clientes oClienteSelected) { return(oClienteDao.CreateContact(oClienteSelected)); }