public override void ProcessDTOPostPut(BedDTO dto, int id, Client currentClient) { orig = repo.GetBedById(dto == null ? id : (int)dto.Id, currentClient.Id); }