public static LocationInfo GetLocationById(int LocationId) { return(LocationDal.GetLocationById(LocationId)); }