public static List <FileViewModel> SearchByFilters(FilterViewModel filterViewModel) { return(RepositoryFile.SearchByFilters(filterViewModel)); }