public bool Del(Notes model) { var ret = notesRepository.Del(model); versionRepository.PlusVersion(); return(ret); }