/// <summary>
 /// Get All Information
 /// </summary>
 /// <param name="strWhere"></param>
 /// <returns></returns>
 public int GetRecordCount(string strWhere)
 {
     return(dal.GetRecordCount(strWhere));
 }