public CameraView Get(int id) { using (var session = sessionFactory.CreateForEmployee()) { return(MapToView(cameraRepository.Get(session, id))); } }