public Manager GetManagerByLocationId(int locID)
        {
            Manager manAtLoc = managerRepo.GetManagerByLocationId(locID);

            return(manAtLoc);
        }