public string InsertarCliente(Cliente pCliente) { string estado = oClienteDatos.InsertarCliente(pCliente); return(estado); }