public FieldViewModel GetById(int id)
 {
     return Mapper.Map<Field, FieldViewModel>(_fieldRepository.FindById(id));
 }