protected string GetWaterSourceDescriptionByID(int locationID) { return(Ref_WaterSourceLocationDB.GetDescriptionByID(locationID)); }
public static string GetDescriptionByID(int locationID) { return(Ref_WaterSourceLocationDB.GetDescriptionByID(locationID)); }