public List<Firmante1> ObtenerFirmante1()
 {
     DatoFirmante1 DatFirm = new DatoFirmante1();
     return DatFirm.select_All_Firmante1();
 }