public string CheckTemplateAvailability(string receivedId) { var response = objprmdl.CheckTemplateavailability(receivedId); return(response); }