public DataTable appointmentexpired(SMSView smsview) { SMSDAO smsdao = new SMSDAO(); try { // Getting Data From Dao return smsdao.GetAppointmentDetails(smsview); } catch { throw; } finally { smsdao = null; } }