public bool SaveOperatorNotifications(OperatorNotifications newItem) { return(operatorDAL.SaveOperatorNotifications(newItem)); }