public List <KhoHang> GetAllKhoHang() { using (GalaxyMobileEntities db = new GalaxyMobileEntities()) { return(db.USP_GetAllKhoHang().ToList()); } }