public Partner UpdatePartner(Partner partner, string partid) { return(partnerrepo.UpdatePartner(partner, long.Parse(partid))); }