public StreetViewModel GetById(int id) { return(Mapper.Map <Street, StreetViewModel>(_streetRepository.FindById(id))); }