public Control GetCardReaderById(int Id) { Functions F =new Functions(); Control X = F.GetControl(Id); return X; }