public static int UserDetail(int id, DataTable dt) { return(SQLDataAccess.UpdateData(QueryRepository.SingleSelect(), id, dt)); }