public bool RegisterNewAccount(MS_UserInfo_Request req) { bool Retval = DAL.RegisterNewAccount(req); return(Retval); }