public bool PersistToDB(List <Mutation> list) { MutationManager m = new MutationManager(); return(m.PersistMutationList(list)); }