private void DataPortal_Fetch(int Id) { var mjesta = Mjesta.GetMjestbyId(Id); using (BypassPropertyChecks) { Id = mjesta.Id; nazivMjesto = mjesta.nazivMjesta; } BusinessRules.CheckRules(); }