public Leave getEmployee(int id)
        {
            Leave result = emprepo.Get(id);

            return(result);
        }