public ActionResult <Event[]> Get()
 {
     return(_services.GetAll());
 }