public DataSet GetIPBasedInformation(string UserIP) { return(_objSearchDal.GetIPBasedInformation(UserIP)); }