public IEnumerable <RequestEntity> GetRequestPriorties(string ClientID)
 {
     return(repository.GetRequestPriorties(ClientID));
 }