/// <summary>
 /// Courses the logistic requirements get all bal.
 /// </summary>
 /// <param name="StartRowIndex">Start index of the row.</param>
 /// <param name="PageSize">Size of the page.</param>
 /// <param name="Total">The total.</param>
 /// <param name="SortExpression">The sort expression.</param>
 /// <param name="SearchText">The search text.</param>
 /// <returns>List&lt;CourseLogisticRequirements&gt;.</returns>
 public List <CourseLogisticRequirements> CourseLogisticRequirements_GetAllBALbyOrg(int StartRowIndex, int PageSize, ref int Total, string SortExpression, string SearchText, string Oid) => _ConfigurationDAL.CourseLogisticRequirements_GetAllDALbyOrg(StartRowIndex, PageSize, ref Total, SortExpression, SearchText, Oid);