/// <summary> /// The static Remove method interacts with the DataLayer in order to /// remove a object corresponding to the received ID key. /// </summary> /// <param name="id">The ID key corresponding to the object that you want removed</param> public static Boolean Remove(int id) { return(DataCustomer.Remove(id)); }