//obtener todos los lemas
 public List<Campos> ObtenerCampos()
 {
     DatoCampo DatCam = new DatoCampo();
     return DatCam.select_All_Campos();
 }