public FirmDTO FirmGet(int?firmId)
 {
     return(firmService.Get(firmId));
 }