public List <Files> GetAll()
 {
     try
     {
         return(_filesRepository.GetAll().ToListBLL());
     }
     catch (Exception e)
     {
         throw new Exception(e.Message);
     }
 }