public int Delete(string Username) { dbcon pDAL = new dbcon(); try { return(pDAL.Delete(Username)); } catch { throw; } finally { pDAL = null; } }