public virtual IList <Location> GetAllLocation()
 {
     return(entityDao.GetAllLocation(false));
 }