/* Columnas */
lista.HeadersVisible = true;
lista.AppendColumn ("Codigo", new CellRendererText (), "text", 0);
lista.AppendColumn ("Fecha Solicitud", new CellRendererText (), "text", 1);
lista.AppendColumn ("Prestacion", new CellRendererText (), "text", 2);
/* Columnas */
lista.HeadersVisible = true;
lista.AppendColumn ("Codigo", new CellRendererText (), "text", 0);
lista.AppendColumn ("Fecha Solicitud", new CellRendererText (), "text", 1);
lista.AppendColumn ("Prestacion", new CellRendererText (), "text", 2);