public IEnumerable <Dto> GetAll() { return(ConvertColl(_locationStore.GetTable <Entity>().ToList())); }