public IEnumerable <float> LoadFromFile(string pFilename) { _relay = new RelayTwo(); return(_relay.Load(pFilename)); }