public void Add_Activity(int ActivityID, string Name, string Date) { activity_db.Db_Add_Activity(ActivityID, Name, Date); }