private void AddToStore(Alert alert)
        {
            var repo = new Store();

            repo.AddAlert(alert);
        }