public NewsController(AppContext appContext, MediaStorageService mediaStorageService)
 {
     _appContext          = appContext;
     _mediaStorageService = mediaStorageService;
 }
 public CompanyController(AppContext context, MediaStorageService mediaStorageService)
 {
     _context             = context;
     _mediaStorageService = mediaStorageService;
 }