internal static bool Delete(int id) { return(MovieDB.Delete(id)); }
public void Delete(int id) => _db.Delete(id);