public static void SaveMapping(RoutineMapping mapping) { try { Database.Insert(mapping); } catch (Exception ex) { } }