public List <ILocation> GetLocation(int UserId, bool IsStock) { return(ImportBLDAL.GetLocation(UserId, IsStock)); }