public int InsertEvent(EventModel obj) { int result = 0; result = _eventDL.InsertEvent(obj); return(result); }