// SELECTS
 public DataSet getCapacitaciones(int top = 0)
 {
     return(ws.getCapacitaciones(top));
 }