public int AddUserprofile(UserMasters _master, string Otype) { DALCommon dal = new DALCommon(ConStr); return(dal.AddUserprofile(_master, Otype)); }