public virtual Location LoadLocation(String code)
 {
     return(entityDao.LoadLocation(code));
 }