public bool addFeedback(string feed, string contact, string device) { return(dal.addFeedback(feed, device, contact) > 0); }