public bool DeleteEvent(int id)
 {
     return(context.DeleteEvent(id));
 }