public List <CuaHang> GetAllCuaHang() { using (GalaxyMobileEntities db = new GalaxyMobileEntities()) { return(db.USP_GetAllCuaHang().ToList()); } }