public void BeginEdit() { _tempValues = new Xrays { Id = this.Id, Photo = this.Photo, Date = this.Date, Description = this.Description, IdMedRecord = this.IdMedRecord }; }
public void EndEdit() { _tempValues = null; }