public int DeleteEmployeeById(int id)
        {
            int cnt = objmodel.DeleteEmployeeById(id);

            return(cnt);
        }