public bool UpdateInfo(string fields, long id) { return(dal.UpdateInfo(fields, id) > 0 ? true : false); }