public IList <Contact> GetOrderedByStatus(int distributorId) { return(repository.GetOrderedByStatus(distributorId)); }