public StudentEn FetchLedgerDetails(string MatricNo) { StudentDAL objDAL = new StudentDAL(); return(objDAL.FetchLedgerDetails(MatricNo)); }