public List <Commission> GetAllData()
 {
     commissionDAL = new CommissionDAL();
     return(commissionDAL.GetAllData());
 }