public IEnumerable <AggregateStoreModel> GetAggregates()
 {
     return(AggregateStore.ToList());
 }