public DataTable LogOut(int Ind = 0, string UserName = "", string Password = "") { DL_Login dlobj = new DL_Login(); DataTable dt = new DataTable(); dt = dlobj.DL_LogOut(Ind, UserName, Password); return(dt); }