public string GetRateAll() { if (Session[Util.ProjectConfig.ADMINUSER] == null) { return(""); } return(RateManager.GetRateAll()); }