public IEnumerable <Course> Get(BankTypes provider) { IBroker c = BrokerFactory.CreateBroker(provider); return(c.A()); }