public int DeleteEvent(int id) { int result = 0; result = _eventDL.DeleteEvent(id); return(result); }