public void SetASICVeto(bool A1, bool A2, bool A3, bool A4)
 {
     if (ConnectedAsic == t_AsicModels.PETIROC)
     {
         PetirocClass.SetASICVeto(A1, A2, A3, A4);
     }
     if (ConnectedAsic == t_AsicModels.CITIROC)
     {
         CitirocClass.SetASICVeto(A1, A2, A3, A4);
     }
 }