public Entities.RTOService InsertLLExamTokenBLL(string txtfromno, string txttono, string datenow, string timenow)
 {
     DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO accDAO1 = new DataAccessLayer.RTOAdmin.RTOCounterStaffServiceDAO();
     Entities.RTOService entObj = new Entities.RTOService();
     entObj = accDAO1.InsertLLExamTokenDAL(txtfromno, txttono, datenow, timenow);
     return(entObj);
 }