public async Task Execute(IJobExecutionContext context) { DataBase db = Singleton.GetInstance().Context; db.RemoveRangePhotoData(); db.Save(); }