public string CreateIdBenhNhan(QLPHONGKHAMEntities db, out string Id) { Id = null; return(benhNhanDao.CreateId(db, out Id)); }