public FileRepository()
 {
     _dbContext = new FileManagementContext();
 }