public void Delete(Poster Object) { //_IPoster.Delete(Object); Object.Active = false; _IPoster.Update(Object); }